home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / bloop.swf / scripts / DefineSprite_128_light / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  111 b   |  7 lines

  1. _root.setFrame(this);
  2. onEnterFrame = function()
  3. {
  4.    _root.checkFrame(this);
  5.    _X = _root.cannon._x;
  6. };
  7.